[INFO] cloning repository https://github.com/ODCA117/Rustino_lcd
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ODCA117/Rustino_lcd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FODCA117%2FRustino_lcd", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FODCA117%2FRustino_lcd'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b44a34826d439104ad5fa981bd182a643792b8ca
[INFO] checking ODCA117/Rustino_lcd against 40527f3e444fde1deb361751bdef9b9e11d1b971+rustflags=--cfg crater_hack --force-warn invalid-c-variadic-arguments for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FODCA117%2FRustino_lcd" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-6-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/ODCA117/Rustino_lcd
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/ODCA117/Rustino_lcd
[INFO] tweaked toml for git repo https://github.com/ODCA117/Rustino_lcd written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ODCA117/Rustino_lcd on toolchain 40527f3e444fde1deb361751bdef9b9e11d1b971
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ODCA117/Rustino_lcd already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e6844914182263acd1969e08439fcf6d02ee28f4231340e3cfcd15e476253144
[INFO] running `Command { std: "docker" "start" "e6844914182263acd1969e08439fcf6d02ee28f4231340e3cfcd15e476253144", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e6844914182263acd1969e08439fcf6d02ee28f4231340e3cfcd15e476253144", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e6844914182263acd1969e08439fcf6d02ee28f4231340e3cfcd15e476253144" "/opt/rustwide/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e6844914182263acd1969e08439fcf6d02ee28f4231340e3cfcd15e476253144", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid --cfg crater_hack --force-warn invalid-c-variadic-arguments" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e6844914182263acd1969e08439fcf6d02ee28f4231340e3cfcd15e476253144" "/opt/rustwide/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.79
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling rustversion v1.0.15
[INFO] [stderr]    Compiling embedded-hal-bus v0.1.0
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]     Checking nb v1.1.0
[INFO] [stderr]     Checking ufmt-write v0.1.0
[INFO] [stderr]     Checking bare-metal v1.0.0
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]     Checking vcell v0.1.3
[INFO] [stderr]     Checking embedded-hal v1.0.0
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking critical-section v1.1.2
[INFO] [stderr]     Checking embedded-storage v0.2.0
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]     Checking unwrap-infallible v0.1.5
[INFO] [stderr]     Checking nb v0.1.3
[INFO] [stderr]     Checking embedded-hal v0.2.7
[INFO] [stderr]     Checking panic-halt v0.2.0
[INFO] [stderr]    Compiling avr-hal-generic v0.1.0 (https://github.com/rahix/avr-hal?rev=21342dcace7184f01fdc4e9703b01197bd4b4b4f#21342dca)
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling avr-device-macros v0.5.4
[INFO] [stderr]    Compiling ufmt-macros v0.3.0
[INFO] [stderr]     Checking avr-device v0.5.4
[INFO] [stderr]     Checking ufmt v0.2.0
[INFO] [stderr]     Checking atmega-hal v0.1.0 (https://github.com/rahix/avr-hal?rev=21342dcace7184f01fdc4e9703b01197bd4b4b4f#21342dca)
[INFO] [stderr]     Checking arduino-hal v0.1.0 (https://github.com/rahix/avr-hal?rev=21342dcace7184f01fdc4e9703b01197bd4b4b4f#21342dca)
[INFO] [stderr]     Checking rustino-lcd v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0152]: duplicate lang item in crate `std` (which `test` depends on): `panic_impl`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the lang item is first defined in crate `panic_halt` (which `rustino_lcd` depends on)
[INFO] [stdout]   = note: first definition in `panic_halt` loaded from /opt/rustwide/target/debug/build/panic-halt/bc5cfd6e4ae9f54d/out/libpanic_halt-bc5cfd6e4ae9f54d.rmeta
[INFO] [stdout]   = note: second definition in `std` loaded from /opt/rustwide/rustup-home/toolchains/40527f3e444fde1deb361751bdef9b9e11d1b971/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-453218b5e9634890.rmeta
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0152`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rustino-lcd` (lib test) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "e6844914182263acd1969e08439fcf6d02ee28f4231340e3cfcd15e476253144", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e6844914182263acd1969e08439fcf6d02ee28f4231340e3cfcd15e476253144", kill_on_drop: false }`
[INFO] [stdout] e6844914182263acd1969e08439fcf6d02ee28f4231340e3cfcd15e476253144
